<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes newsHover {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.banner {
  width: 100%;
  height: 555px;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
	z-index: 9;
}
.title {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  line-height: 1.5;
}
.title .headline {
  font-size: 24px;
  font-weight: bold;
}
.title .line {
  width: 350px;
  max-width: 60%;
  height: 1px;
  margin: 20px auto;
  position: relative;
}
.title .line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 4px;
}
.title .slogan {
  font-size: 14px;
}
.title.style1 .headline {
  color: #3f3f3f;
}
.title.style1 .line {
  background-color: #999999;
}
.title.style1 .line:before {
  background-color: #0184cc;
}
.title.style1 .slogan {
  color: #a5a5a5;
}
.title.style2 .headline {
  color: #ffffff;
}
.title.style2 .line {
  background-color: #ffffff;
}
.title.style2 .line:before {
  background-color: #0184cc;
}
.title.style2 .slogan {
  color: #ffffff;
}

.more-button {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0 20px;
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  max-width: 120px;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #7f7f7f;
  overflow: hidden;
}
.more-button:hover {
  color: #ffffff;
  background-color: #0184cc;
  border-color: #0184cc;
}

.part {
  padding: 20px 0 40px;
}
.part:before, .part:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.aboutUs {
  /*background-image: url("../images/aboutUs.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;*/
  background-color: #f6f6f6;
}

.product {
  background-color: #ffffff;
}
.product .product-classify {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow-x: auto;
}
.product .product-classify .product-classify-item {
  font-size: 14px;
  line-height: 45px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.product .product-classify .product-classify-item.active {
  border: none;
  background-color: #0184cc;
  color: #ffffff;
}
.product .product-classify .product-classify-item:hover {
  border-color: #0184cc;
  background-color: #0184cc;
  color: #ffffff;
}
.product .product-swiper {
  display: none;
  overflow: hidden;
  position: relative;
}
.product .product-swiper.active {
  display: block;
}
.product .product-swiper .product-list.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.product .product-swiper .product-list .product-item {
  width: 286px;
  box-sizing: border-box;
}
.product .product-swiper .product-list .product-item:hover .product-item-bottom {
  border-bottom: 4px solid #0184cc;
}
.product .product-swiper .product-list .product-item .product-item-top {
  width: 100%;
  height: 286px;
  overflow: hidden;
  position: relative;
}
.product .product-swiper .product-list .product-item .product-item-top .product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 220px;
  margin: 33px 0;
}
.product .product-swiper .product-list .product-item .product-item-bottom {
  height: 80px;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #f2f2f2;
}
.product .product-swiper .product-list .product-item .product-item-bottom .product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.product .product-swiper .product-list .product-item .product-item-bottom .product-description {
  font-size: 12px;
  color: #999999;
}

.solution {
  background-image: url("../images/20201214183752e89880.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.solution .solution-content {
  background-color: #ffffff;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 30px 60px 20px;
  border-radius: 5px;
}
.solution .solution-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution .solution-list .solution-item {
  width: 320px;
  margin-bottom: 10px;
}
.solution .solution-list .solution-item .solution-title {
  position: relative;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 50px;
  color: #333333;
}
.solution .solution-list .solution-item .solution-title:before {
  position: absolute;
  top: 46px;
  left: 0;
  content: "";
  width: 35px;
  height: 4px;
  background-color: #0184cc;
}
.solution .solution-list .solution-item .solution-img {
  width: 100%;
  height: 170px;
}

.news {
  background-color: #f0f0f0;
}
.news .news-content {
  margin: 20px 0;
}
.news .news-content .news-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news .news-content .news-top .news-imgs {
  width: 656px;
  height: 354px;
  box-sizing: border-box;
  border: 6px solid #dedede;
}
.news .news-content .news-top .news-imgs .news-img {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-img-video{
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("/template/1/dojustek/images/2020dojustek.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news .news-content .news-top .news-imgs .news-img.active {
  display: block;
}
.news .news-content .news-top .news-hots {
  width: calc(100% - 656px);
  height: 354px;
}
.news .news-content .news-top .news-hots .news-hot {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding: 10px 40px 10px 80px;
  position: relative;
  background-color: #ffffff;
}
.news .news-content .news-top .news-hots .news-hot:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dd0000;
}
.news .news-content .news-top .news-hots .news-hot.active {
  background-color: #dedede;
}
.news .news-content .news-top .news-hots .news-hot.active:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background: url("../images/news-before.png") no-repeat left center;
}
.news .news-content .news-top .news-hots .news-hot .news-title {
  font-size: 24px;
  line-height: 60px;
  color: #161616;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-content .news-top .news-hots .news-hot .news-description {
  font-size: 18px;
  line-height: 1.5;
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-content .news-top .news-hots .news-hot:hover .news-title {
  color: #dd0000;
}
.news .news-content .news-top .news-hots .news-hot:hover:after {
  animation: newsHover 0.5s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.news .news-content .news-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.news .news-content .news-bottom .news-item {
  width: calc((100% - 40px) / 3);
  background-color: #ffffff;
  position: relative;
}
.news .news-content .news-bottom .news-item .news-img {
  width: 100%;
  height: 235px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.news .news-content .news-bottom .news-item .news-text {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.news .news-content .news-bottom .news-item .news-text .news-title {
  font-size: 20px;
  line-height: 25px;
  color: #484a4e;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-content .news-bottom .news-item .news-text .news-description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #9d9ea0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-content .news-bottom .news-item .news-text .news-date {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #484a4e;
}
.news .news-content .news-bottom .news-item .news-text .news-button {
  float: right;
  margin-top: 30px;
  bottom: 0;
  width: 84px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  color: #9e9e9e;
}
.news .news-content .news-bottom .news-item .news-text .news-button:hover {
  border-color: #dd0000;
  color: #dd0000;
}
.news .news-content .news-bottom .news-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #dd0000;
}
.news .news-content .news-bottom .news-item:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.news .news-content .news-bottom .news-item:hover:after {
  animation: newsHover 0.5s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.news .news-content .news-bottom .news-item:hover .news-text .news-title {
  color: #dd0000;
}
#video{
	z-index: 9999;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*# sourceMappingURL=index.css.map */
</pre></body></html>